﻿/*楼层*/
.shop-floor {
    /* background-color: #EEB20F; */
    min-width: 1224px;
    /* margin-top: 220px; */
}
.floor {
    padding-top: 20px;
    height: auto;
}
/* .floor:first-child {
    padding-top: 45px;
} */

.floor:last-child {
    padding-bottom: 82px;
}

.floor-nav {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -738px;
    z-index: 7;
    background: #fff;
    display: none;
}

.floor-nav>li, .floor-nav .floor-nav-last {
    width: 100px;
    /* margin: 0 10px; */
    padding: 12px 0;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    color: #444;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

/* .floor-nav>li+li {
    border-top: 1px solid #eee;
} */
.floor-nav .floor-nav-first,.floor-nav>li:hover {
    background: #ED2E2E;
    color: #fff;
}

.floor-nav .floor-nav-last {
    background-color: #666;
    color: #fff;
}

.floor-nav .floor-nav-first,.floor-nav>li{
    border-bottom: 1px solid #eee;
}

.floor-nav .floor-nav-first {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 48px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

/* .floor-nav .floor-nav-last {
    height: 28px;
    width: 120px;
    cursor: pointer;
    position: relative;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
} */

.floor-nav-last i {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin: 3px 5px 0 0;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; */
    background: url("../images/top.png") no-repeat;
}

.floor-nav .floor-nav-ac {
    background: #ED2E2E;
    color: #fff;
    /* width: 50px; */
}

.floor-nav>li>span {
    /* display: block;
    height: 100%;
    width: 100%; */
    /* overflow: hidden; */
}

/*  only screen and (min-width: 1200px) and (max-width: 1400px) {
    .floor-nav {
        left: 0;
        margin-left: 0;
    }
} */

/*右侧边栏*/
.slidebar-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 7;
    background: #fff;
    border: 1px solid #ddd;
}

.slidebar-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* border-bottom: 1px solid #ddd; */
    /* background-image: url("../images/ico-tphsop-index.png"); */
    background-repeat: no-repeat;
}

.ico-slidebar4 {
    border-bottom: none;
    height: 0;
    overflow: hidden;
}

.ico-slidebar1 {
    background-position: -235px 0;
}

.ico-slidebar2 {
    background-position: -275px 0;
}

.ico-slidebar3 {
    background-position: -235px -40px;
}

.ico-slidebar4 {
    background-position: -275px -40px;
}

.sbar-hover-txt {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #aaa;
    text-align: center;
}

.slidebar-item:hover .sbar-hover-txt {
    display: block;
}

.sbar-hover-pic {
    position: absolute;
    /*left: -117px;*/
    left: 61px;
    top: -41px;
    padding: 10px;
    width: 80px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
}

.slidebar-item:hover .sbar-hover-pic {
    left: -117px;
    opacity: 1;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sbar-hover-pic:before {
    content: '';
    position: absolute;
    left: 101px;
    top: 48px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #ddd;
}

.sbar-hover-pic:after {
    content: '';
    position: absolute;
    left: 100px;
    top: 49px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #fff;
}

.ico-slidebar3 .sbar-hover-pic {
    top: -82px;
}

.ico-slidebar3 .sbar-hover-pic:before {
    top: 89px;
}

.ico-slidebar3 .sbar-hover-pic:after {
    top: 90px;
}



.qrcode-wrap {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.qrcode-des {
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    text-align: center;
}

/*轮播图*/
.swiper {
    position: relative;
    height: 410px;
    width: 100%;
    min-width: 1224px;
    overflow: hidden;
    margin-bottom:30px;
    /* float: left; */
    /* margin: 0 0 0 200px; */
}

.swiper-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper .item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper .item-pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -412px;
    width: 1024px;
    height: 100%;
    /* margin-left: -8.5px; */
    overflow: hidden;
    /* margin: 0 auto; */
    display: block;
}

.pagination {
    position: absolute;
    bottom: 0px;
    left: 5%;
    z-index: 6;
    width: 100%;
    text-align: center;
}

.pagination-item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px;
    /* border: 1px solid #F2F2F2; */
    background: #f2f2f2;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(../images/pie.htc);
    cursor: pointer;
}

.pagination-item:hover {
    background-color: #bbb;
}

.pagination-item.active {
    background-color: #bbb;
}

.swiper .swiper-control {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    width: 40px;
    height: 80px;
    color: #fff;
    background-color: #000;
    background-image: url("../images/ico-arrow-banner.png");
    background-repeat: no-repeat;
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
}

.swiper:hover .swiper-control {
    filter: alpha(opacity=20);
    /* IE */
    -moz-opacity: .2;
    /* 老版Mozilla */
    -khtml-opacity: .2;
    /* 老版Safari */
    opacity: .2;
    /* 支持opacity的浏览器*/
}

.swiper-control.left-btn {
    background-position: 0px 0px;
    /* margin-left: -570px; */
    margin-left: -21%;
}

.swiper-control.right-btn {
    background-position: -40px 0px;
    /* margin-left: 530px; */
    margin-left: 29%;
}

.flash-sale .swiper-control, .new-goodslist .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    color: #ccc;
    /* border: 1px solid #eee; */
    background-color: #ccc;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


/* 左右字体箭头<> */
.font-arrow, .font-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
}

.font-arrow.font-arrow-left {
    border-right: 10px solid #fff;
    left: 0;
}

.font-arrow.font-arrow-right {
    border-left: 10px solid #fff;
    right: 0;
}

.font-arrow:after {
    content: '';
}

.font-arrow.font-arrow-left:after {
    left: -6px;
    border-right: 10px solid #ccc;
}

.font-arrow.font-arrow-right:after {
    right: -6px;
    border-left: 10px solid #ccc;
}

.flash-sale .swiper-control.left-btn, .new-goodslist .swiper-control.left-btn{
    left: 0;
}

/* .flash-sale .swiper-control.left-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ccc;
} */

.flash-sale .swiper-control.right-btn, .new-goodslist .swiper-control.right-btn {
    left: auto;
    right: 0;
}

.floor-recommend .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -17.5px;
    width: 16px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: '宋体';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=10);
    /* IE */
    -moz-opacity: 0.1;
    /* 老版Mozilla */
    -khtml-opacity: 0.1;
    /* 老版Safari */
    opacity: 0.1;
    /* 支持opacity的浏览器*/
}

.floor-recommend .swiper-control.left-btn {
    left: 0px;
}

.floor-recommend .swiper-control.right-btn {
    left: auto;
    right: 0px;
}

.floor-goods-list .swiper-control, .group-list .swiper-control {
    position: absolute;
    top: 11px;
    margin: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-family: '宋体';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
}

.floor-goods-list .swiper-control.left-btn, .group-list .swiper-control.left-btn {
    left: auto;
    right: 38px;
}

.floor-goods-list .swiper-control.right-btn, .group-list .swiper-control.right-btn {
    right: 0;
}

.floor-goods-list .swiper-control:hover, .group-list .swiper-control:hover {
    color: #fff;
    background-color: #ccc;
}

/* .flash-sale .swiper-control.right-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ccc;
} */

.swiper:hover .swiper-control:hover,.flash-sale:hover .swiper-control,.floor-recommend .swiper-control:hover {
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: .6;
    /* 老版Mozilla */
    -khtml-opacity: .6;
    /* 老版Safari */
    opacity: .6;
    /* 支持opacity的浏览器*/
}
.flash-sale:hover .swiper-control:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
}

.user-info {
    margin: 0 auto;
    width: 176px;
    height: 132px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px dashed #ddd;
    /* float: left; */
}

.user-title {
    padding-left: 23px;
    font-size:16px;
    color: #1F1F1F;
    line-height: 38px;
    font-weight: 500;
    position: relative;
}

.user-title i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 10px;
    background-color: #946661;
}

.user-head {
    width: 62px;
    height: 62px;
    margin: 20px auto 0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(/public/css/PIE.htc);
    /* border: 1px solid #eee; */
    overflow: hidden;
}

/* .user-title {
    text-align: center;
    color: #FF9600;
    font-size: 14px;
    margin-top: 30px;
    padding: 0 10px;
} */

.user-login-nologin > a {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 17px 0 22px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0;
    /* behavior: url(/public/css/PIE.htc); */
}

/* .user-info a {
    display: block;
    width: 100%;
    height: 100%;
} */

.user-login-nologin .user-login {
    background-color: #029A51;
    color: #fff;
    float: left;
    /* border: 1px solid #eee; */
}

.user-login-nologin .user-register {
    background-color: #fff;
    color: #029A51;
    border: 1px solid #029A51;
    /* margin-left: 12px; */
    float: right;
}

.user-login-islogin .username, .user-login-islogin .shop-info {
    text-align: center;
}

.user-login-islogin a {
    padding: 0;
    float: right;
    color: #999;
    font-size: 14px;
}

.user-info .cutoff {
    margin: 31px 0 10px 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #5CA1FF;
}

.banner-right-box {
    /* position: absolute;
    top: 0;
    right: 50%; */
    /* margin-right: -612px; */
    float: left;
    width: 322px;
    height: 510px;
}
.banner-right-box .banner-right-item {
    display: block;
    width: 100%;
    height: 170px;
}


/*广告图*/
.adv3 {
    padding-top: 30px;
    min-height: 1px;
    overflow: hidden;
    /* background: url("../images/bg-brand.jpg") no-repeat 0 20px; */
}

.adv3 .recommend-brand {
    float: left;
    width: 380px;
    height: 218px;
    margin-left: 42px;
    overflow: hidden;
    /* background-color: #966D68; */
    /* margin-right: 11px; */
}

.adv3 .recommend-brand:first-child {
    margin-left: 0;
}

.adver_line {
    display: block;
    width: 1224px;
    height: 128px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/*楼层*/
.floor-top {
    /* height: 42px; */
    width: 100%;
    height: 40px;
    /* padding: 10px 0; */
    position: relative;
    /* text-align: center; */
    border-bottom: 2px solid #fc5752;
    /* float: left; */
    /* background-color: #fff; */
    /* border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; */
    /* background-color: #F5F5F5; */
    /* border: 1px solid #eee; */
    /* border-top: none; */
}

/* .floor-top:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 1224px;
    height: 2px;
    background-color: #ACD6E0;
    z-index: -1;
} */

.floor-title-icon {
    width: 91px;
    height: 100%;
    float: left;
    background: url('../images/floor-title.png') left bottom no-repeat;
    color: #999;
    font-size: 48px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

.floor-title {
    /* float: left; */
    /* max-width: 300px; */
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /* background-color: #FF1345; */
    /* padding: 0 38px; */
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* border-bottom: 2px solid #EB3740; */
    padding-left: 10px;
    /* border-radius: 0px 18px 0px 0px;
    -o-border-radius: 0px 18px 0px 0px;
    -ms-border-radius: 0px 18px 0px 0px;
    -moz-border-radius: 0px 18px 0px 0px;
    -webkit-border-radius: 0px 18px 0px 0px;
    behavior: url(../images/pie.htc); */
}

/* .floor-title:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #449A91;
} */

/* .floor-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 100%;
    height: 2px;
    background-color: #ACD6E0;
    z-index: -1;
} */

/* .floor-title span {
    margin: 0 10px 0 0;
} */

.floor-nav-list {
    /* float: left; */
    margin-left: 300px;
    /* width: 100%; */
    height: 40px;
    /* padding-left: 19px; */
    /* text-align: center; */
    /* background-color: #fff; */
    /* border: 1px solid #eee; */
    /* border-top: none; */
    /* margin-left: 12px; */
    overflow: hidden;
    z-index: 1;
    /* border: 1px solid #ddd; */
    font-size: 0;
}

.floor-top .liner {
    float: left;
    width: 100%;
    height: 2px;
    background-color: #E42A2A;
}

.floor-nav-item {
    float: right;
    /* width: 100%; */
    height: 26px;
    line-height: 26px;
    border-bottom: 2px solid transparent;
    /* text-align: center; */
    margin: 7px 20px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    /* -pie-background: rgba(0, 0, 0, 0.6);
    behavior: url(../images/pie.htc); */
    position: relative;
    padding: 0 10px;
}

/* .floor-nav-item:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #999;
    margin: 15px 5px 0;
    display: inline-block;
    vertical-align: top;
} */

/* .floor-nav-item:first-child {
    margin-right: 0;
} */

.floor-nav-item:hover {
    border-bottom-color: #FF1345;
    /* color: #fff; */
    /* background-color: #1B69C9; */
}

.floor-nav-item-active {
    color: #fff;
    background-color: #F33B5A;

}

.floor-nav-item-active span {
    color: #176ACF;
}

.floor-nav-item-active:after {
    content: '';
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 18px solid #fff;
}

.floor-nav-item span {
    /* width: 212px;
    height: 100%;
    padding: 0 34px 0 0;
    display: inline-block;
    z-index: 50;
    position: relative; */
}

.nav-more-btn {
    float: right;
    /* position: absolute;
    bottom: 22px;
    left: 19px; */
    margin-right: 14px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.nav-more-btn>i {
    font-family: consolas;
    /* margin: 0 10px; */
    font-size: 20px;
    display: inline-block;
}

.nav-more-btn:hover {
    /* color: #e23435; */
    color: #FF1345;
}

.floor-main {
    /* float: left; */
    /* height: 644px; */
    /* background-color: #fff; */
    position: relative;
}

.floor-left {
    float: left;
    width: 224px;
    height: 100%;
    background-color: #fff;
}

.floor-menu {
    width: 100%;
    height: 235px;
    color: #fff;
    background: #333;
}

/* .floor-menu_0,.floor-top-menu_0:after {
    background: #FF4F01;
}

.floor-menu-after_0:after {
    border-top-color: #BC3A00;
}

.floor-menu_1,.floor-top-menu_1:after{
    background: #2BAFA4;
}

.floor-menu-after_1:after {
    border-top-color: #07766D;
}

.floor-menu_2,.floor-top-menu_2:after {
    background: #F34F5A;
}

.floor-menu-after_2:after {
    border-top-color: #BE1520;
} */

.floor-menu-title {
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px;
}

.floor-menu ul li {
    width: 112px;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
    float: left;
    overflow: hidden;
}

.floor-brand {
    /* float: left;
    width: 444px;
    min-height: 660px; */
    position: relative;
    overflow: hidden;
    /* margin-top: 20px; */
    /* border-right: 1px solid #ddd; */
}

.floor-brand .floor-brand-adv {
    width: 230px;
    height: 469px;
    margin-top: 1px;
}

.floor-brand .brand-big {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    /* position: absolute;
    left: 10px;
    bottom: 10px; */
    /* padding-top: 14px; */
}

.floor-brand .brand-small {
    width: 298px;
    height: 400px;
    overflow: hidden;
    display: block;
    /* float: left; */
    /* margin: 3px 1px 0 0; */
}

.floor-brand .floor-brand-list {
    width: 124px;
    height: 610px;
    /* border: 1px solid #eee; */
    background-color: #fff;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* margin: 10px 0 10px 10px; */
    /* position: absolute;
    top: 50px;
    right: 0; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* 去除a标签默认间距 */
    font-size: 0;
    /* 兼容IE8 */
    /* -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(../images/pie.htc); */
}

.floor-brand .floor-brand-list .floor-brand-title {
    color: #fff;
    background-color: #ED2E2E;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.floor-brand .floor-brand-list a {
    /* background-color:rgba(255, 255, 255, 0.4); */
    color: #666;
    font-size: 14px;
    padding: 17px 10px 0 20px;
    /* float: left; */
    display: block;
    /* line-height: 50px; */
    /* margin: 0 10px; */
    /* text-align: center; */
    /* border-top: 1px dashed #ddd; */
    /* -pie-background: rgba(255, 255, 255, 0.4);
    behavior: url(../images/pie.htc); */
}

/* .floor-brand .floor-brand-list a:first-child {
    margin-top: 44px;
} */

.floor-brand .floor-brand-list a:hover {
    color: #ED2E2E;
}

/* .floor-brand .floor-brand-list a:not(:nth-child(-n+2)){
    margin-top: 10px;
}

.floor-brand .floor-brand-list a:nth-child(even){
    margin-left: 26px;
} */

.floor-goods-list{
    width: 965px;
    /* border: 1px solid #ddd; */
    /* border-left: none; */
    float: left;
    /* margin-left: 164px; */
    /* position: absolute;
    top: 0;
    left: 164px;
    height: 787px; */
    /* position: relative; */
    overflow: hidden;
    /* padding: 8px 13px 13px; */
    /* margin-top: 5px; */
    /* background-color: #F3F3F3; */
}

.floor-goods-list > ul {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 723px;
}

.floor-goods-list > ul > li {
    width: 1060px;
    height: 100%;
    float: left;
    /* background-color: #FFEBD9; */
    /* padding: 9px 9px 10px 10px; */
    /* border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; */
}

.floor-goods-item {
    width: 228px;
    height: 300px;
    float: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin: 20px 10px 0 0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border: 1px solid #eee; */
}

/*
.floor-goods-item:nth-child(-n+1) a {
    float: none;
    width: 100%;
    height: 308px;
}

.floor-goods-item:nth-child(-n+1) .goods-pic {
    width: 258px;
    height: 258px;
    margin-top: -129px;
    margin-left: -129px;
}

.floor-goods-item:nth-child(-n+1) .floor-goods-con {
    float: none;
    width: 100%;
    height: 118px;
    padding: 0 20px;
}

.floor-goods-item:nth-child(-n+1) .googs-title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
}

.floor-goods-item:nth-child(-n+1) .googs-price {
    width: 168px;
} */

/* .floor-goods-item:hover {
    box-shadow:0px 2px 8px 0px #ccc;
    -o-box-shadow:0px 2px 8px 0px #ccc;
    -ms-box-shadow:0px 2px 8px 0px #ccc;
    -moz-box-shadow:0px 2px 8px 0px #ccc;
    -webkit-box-shadow:0px 2px 8px 0px #ccc;
} */

.floor-goods-item > a {
    display: block;
    width: 100%;
    height: 218px;
    position: relative;
    /* float: left; */
    /* border: 1px solid #eee; */
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.floor-goods-item .goods-pic {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 10px;
    left: 50%;
    /* margin-top: -112px; */
    margin-left: -95px;
    overflow: hidden;
}

.floor-goods-list .floor-goods-con {
    width: 100%;
    height: 82px;
    /* float: left; */
    padding: 0 10px;
    position: relative;
}

.floor-goods-list .googs-title {
    font-size: 14px;
    width: 100%;
    line-height: 16px;
    color: #000;
    overflow: hidden;
    /* padding: 15px 0; */
    word-break: break-all;
    /* font-weight: bold; */
    height: 32px;
    position: relative;
}

.floor-goods-list .googs-price {
    font-size: 18px;
    /* width: 100%; */
    height: 28px;
    line-height: 28px;
    color: #ED2E2E;
    margin-top: 5px;
    /* text-align: center; */
    /* font-weight: bold; */
    position: relative;
    /* overflow: hidden; */
}

.floor-goods-item .googs-price > span {
    display: inline-block;
    max-width: 70%;
    /* font-weight: bold; */
}

.floor-goods-item .floor-goods-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 7px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.floor-goods-item .floor-goods-btn:after {
    content: '>';
    margin-left: 5px;
    vertical-align: top;
    font-family: '宋体';
}

.floor-goods-item .floor-goods-btn:hover {
    border-color: #999;
}

/* .floor-goods-item:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */

.floor-recommend {
    float: left;
    width: 304px;
    height: 402px;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    /* background-color: #fff; */
}

.floor-recommend-title {
    height: 52px;
    padding-left: 15px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.floor-recommend-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.floor-recommend-list {
    width: 346px;
    height: 214px;
    overflow: hidden;
    position: relative;
    /* margin-top: 370px; */
}

.floor-recommend-list > ul {
    height: 100%;
    min-width: 346px;
    position: absolute;
    background: #fff;
}

.floor-recommend-list > ul > li {
    width: 286px;
    height: 100%;
    float: left;
}

/* .floor-recommend-wrap .slide-active {
    margin-left: 33px;
} */

.floor-recommend-item {
    display: block;
    width: 304px;
    height: 100%;
    float: left;
    background-color: #fff;
    /* padding: 20px 15px; */
    /* border-bottom: 1px solid #eee; */
}

/* .floor-recommend-item:hover {
    box-shadow:1px 1px 8px 0px #ddd;
    -o-box-shadow:1px 1px 8px 0px #ddd;
    -ms-box-shadow:1px 1px 8px 0px #ddd;
    -moz-box-shadow:1px 1px 8px 0px #ddd;
    -webkit-box-shadow:1px 1px 8px 0px #ddd;
} */

.floor-recommend-pic {
    /* float: left; */
    width: 208px;
    height: 208px;
    margin: 20px auto 26px;
    /* overflow: hidden; */
}

.floor-recommend-cont {
    /* float: left; */
    width: 100%;
    height: 148px;
    padding: 0 28px;
}

.recommend-goods-name {
    width: 100%;
    /* height: 50px; */
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin: 20px 0 24px 0;
    color: #666;
    overflow: hidden;
}

/* .recommend-goods-des {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
} */

.recommend-goods-price {
    color: #E01010;
    font-size: 18px;
    font-weight:400;
}

.recommend-more-btn {
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.recommend-more-btn>i {
    font-family: consolas;
    margin: 0 10px;
    font-size: 16px;
}

.recommend-more-btn:hover {
    color: #e23435;
}



/*自加----》侧边栏*/
.right-bar-border {
    /* width: 60px;
    height: 100px; */
    /* background-color: #fff; */
    position: fixed;
    right: 0;
    bottom: 200px;
    /* z-index: 500; */
}

.right-bar:hover {
    background-color: #0E9E99;
}

.right-bar {
    display: block;
    height: 38px;
    width: 38px;
    border: #ddd solid 1px;
    border-radius: 5px 0px 0px 5px;
    /* box-sizing: border-box; */
    background: #fff;
}

.right-bar>i {
    display: block;
    height: 38px;
    width: 38px;
}

.right-bar-border > a:not(:first-child)>.right-bar {
    margin-top: 1px;
}

.icon-right-bar1 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -348px;
    /* background-position: 0 -344px; */
}

.icon-right-bar2 {
    /* background-position: 0 -382px; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -386px;
}

.icon-right-bar3 {
    /* background-position: 0 -420px; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -426px;
}

/* .icon-right-bar4{
    background: url("../images/ico-shop5-index.png") no-repeat 0 -462px;
} */

.icon-right-bar1:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -348px;
}

.icon-right-bar2:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -386px;
}

.icon-right-bar3:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -426px;
}

.icon-right-bar4 {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -462px;
    background-color: #0E9E99;
}

/* 精品推荐  商城公告 */
.recommend-info {
    padding-top: 56px;
    height: 370px;
}

.recommend-info .shop-recommend,
.recommend-info .shop-info {
    background: #fff;
    border-top: 1px solid #D91496;
}

.recommend-info .shop-recommend {
    width: 970px;
    height: 100%;
    float: left;
}

.recommend-info .shop-info {
    width: 242px;
    height: 100%;
    float: right;
    position: relative;
}

.recommend-info .shop-recommend-title,
.recommend-info .shop-info-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.recommend-info .shop-recommend-title i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    /* border: 1px solid #D91496; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -688px;
    margin: 12px 11px 0 7px;
}

.recommend-info .shop-recommend-title span {
    color: #D91496;
    font-size: 18px;
    font-weight: bold;
}

#myRecommend {
    width: 787px;
    height: 156px;
    overflow: hidden;
    position: relative;
}

#myRecommend .shop-recommend-main {
    height: 100%;
    position: absolute;
    background-color: #fff;
}

#myRecommend .shop-recommend-main li:not(:first-child):after {
    content: '';
    /* after: ''; */
    width: 1px;
    height: 130px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 14px;
    left: 0;
}

#myRecommend .shop-recommend-main li {
    float: left;
    width: 262px;
    height: 100%;
    position: relative;
}
.shop-recommend-main .good-text {
    width: 140px;
    height: 100%;
    line-height: 40px;
    padding: 20px 10px 0 6px;
    float: left;
}

.shop-recommend-main .good-title {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-recommend-main .good-price {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.shop-recommend-main .good-img {
    width: 98px;
    height: 98px;
    /* border: 1px solid #333; */
    margin: 30px 0 0 24px;
    float: left;
}

.shop-info .shop-info-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: center;
}

.shop-info .shop-info-title i {
    display: inline-block;
    width: 22px;
    height: 22px;
    /* border: 1px solid #333; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -710px;
    /* margin-right: 43px; */
    vertical-align: top;
    position: absolute;
    left: 19px;
    top: 13px;
}

.shop-info .shop-info-main {
    height: 175px;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.shop-info .shop-info-main li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
}

.info-main-text {
    float: left;
    color: #333;
    max-width: 170px;
    padding-right: 10px;
}

.info-main-date {
    float: right;
    color: #999;
}

.shop-info .shop-info-img {
    width: 100%;
    height: 149px;
    position: absolute;
    bottom: 0;
    border: 1px solid #333;
}

/* 轮播图 */

.mySwiper {
    /* margin-left: 218px; */
    margin-top: 10px;
}

.mySwiper-top-img {
    width: 968px;
    height: 440px;
}

.mySwiper-top-img > a {
    width: 100%;
    height: 331px;
}

/* .mySwiper-bottom-img {
    width: 787px;
    height: 156px;
} */

.swiper-right-box {
    float: right;
    /* position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -100px; */
    width: 200px;
    height: 400px;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
}

/* .shop-settled {
    width: 100%;
    height: 77px;
    color: #1A1A1A;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.shop-settled > a {
    width: 100%;
    height: 36px;
}

.shop-settled-icon,
.shop-settled span,
.shop-settled > a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-settled-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 20px;
    background: url(../images/shop8-settled.png) no-repeat;
}

.shop-settled span {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight:400;
    margin-left: 65px;
}

.shop-settled span > i {
    font-size: 24px;
    padding-left: 10px;
} */

.swiper-recommend-shop {
    height: 353px;
    width: 100%;
    background-color: #fff;
}

.recommend-shop-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    color: #DF3A65;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.recommend-shop-main {
    width: 212px;
    height: 288px;
    margin: 0 auto;
    margin-top: 13px;
    overflow: hidden;
    position: relative;
}

.recommend-shop-main > ul {
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.recommend-shop-main > ul > li {
    float: left;
    width: 212px;
    height: 100%;
}

.swiper-recommend-pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 20px;
}
.swiper-recommend-cont {
    width: 100%;
    padding: 0 12px;
}

.swiper-recommend-goods_price {
    color: #E71919;
    font-size:18px;
    font-weight: 400;
    margin: 16px 0 10px 0; 
}

.swiper-recommend-goods_name {
    position: relative;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    /* margin-top: 10px; */
    /* height: 36px; */
    overflow: hidden;
}

.swiper-right-item {
    display: inline-block;
    width: 205px;
    height: 230px;
    background: #fff;
}

.swiper-right-item:first-child {
    margin: 10px 0 16px 0;
}

/* 限时抢购 */
.flash-sale {
    width: 100%;
    /* height: 340px; */
    /* background-color: #fff; */
    /* float: right; */
    position: relative;
    margin: 4px 0 0 0;
    /* float: left; */
    /* border: 1px solid #eee; */
    /* position: absolute; */
}

/* .flash-sale:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #3388FF;
} */

.flash-sale-top {
    height: 40px;
    padding: 10px 0;
}

.flash-sale-title {
    /* margin-top: 21px; */
    width: 200px;
    height: 40px;
    margin: 0 0 0 -10px;
    /* line-height: 96px; */
    background-color: #FF1345;
    /* float: left; */
    position: relative;
    /* text-align: center; */
    /* border-bottom: 2px solid #ddd; */
}

.flash-sale-title > i {
    width: 28px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 20px 0 17px;
    background: url('../images/flash-sale-title.png') no-repeat;
}

.flash-sale-title > span {
    /* border-bottom: 2px solid #FF4F01; */
    /* padding: 0 0 0 46px; */
    /* height: 45px; */
    line-height: 40px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #fff;
    position: relative;
}

.flash-sale-container {
    width: 960px;
    height: 380px;
    position: relative;
    overflow: hidden;
    float: left;
    /* border: 1px solid #eee; */
}

.flash-sale-con {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.flash-sale-item {
    width: 300px;
    height: 170px;
    /* border: 1px solid #eee; */
    margin: 20px 20px 0 0;
    background-color: #fff;
    float: left;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* .flash-sale-item:first-child {
    margin-left: 0;
} */

/* .flash-sale-con .slide-active {
    margin-left: 0;
} */

/* .flash-sale-item:hover .flash-sale-good_pic {
    transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
} */

.flash-sale-item > a {
    display: block;
    width: 170px;
    height: 170px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    /* border-right: 1px solid #F6f6f6; */
    /* margin: 40px 0px 40px 18px; */
    /* padding: 0 32px 0 33px; */
    /* transition: transform .2s ease-out; */
    float: left;
}

.flash-sale-item > a .flash-sale-good_pic {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -85px;
    transition: all ease-out .2s;
}

.flash-sale-good_txt {
    width: 130px;
    height: 100%;
    padding: 23px 21px 0 10px;
    float: left;
    /* background-color: #176ACF; */
}

.flash-sale-good_name {
    /* margin-top: 20px; */
    width: 100%;
    font-size: 14px;
    /* font-weight: bold; */
    /* font-weight: bold; */
    line-height: 21px;
    /* padding: 15px 0; */
    height: 63px;
    overflow: hidden;
    position: relative;
    color: #333;
    word-break: break-all;
}

.flash-sale-good_price {
    width: 100%;
    /* text-align: center; */
    margin: 10px 0 0;
    /* text-align: center; */
}

.flash-sale-good_price span {
    display: inline-block;
    /* max-width: 50%; */
}

.flash-sale-good_price .shop-price {
    color: #ED2E2E;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    font-size: 18px;
    /* max-width: 70%; */
    /* vertical-align: bottom; */
}

.flash-sale-btn {
    display: block;
    width: 78px;
    height: 26px;
    line-height: 26px;
    background-color: #ED2E2E;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.flash-sale-btn:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
    margin-left: 5px;
}

.googs-price-btn {
    width: 100px;
    height: 30px;
    background-color: #EB3740;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* margin-left: 20px; */
    /* float: right; */
}

.googs-price-btn:hover {
    cursor: pointer;
    background-color: #22282E;
}

.market-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
    line-height: 20px;
}

.flash-sale-good_submit {
    width: 188px;
    height: 32px;
    background: #FE5842;
    margin: auto;
}

.flash-sale-good_submit a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
}

.flash-sale-good_submit:hover {
    background: #fa3e25;
}

/* 商城公告 */
.shop-notice {
    margin: 0 10px;
    /* width: 974px; */
    height: 148px;
    /* background-color: #fff; */
    /* border: 1px solid #eee; */
    /* float: left; */
    position: relative;
    overflow: hidden;
}

.shop-notice-title {
    /* width: 100%; */
    height: 30px;
    /* float: left; */
    /* text-align: center; */
    background-color: #E9F4EC;
    margin-top: 10px;
}

.shop-notice-title i {
    width: 22px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 22px 9px 0 42px;
    background: url('../images/shop-notice-title.png');
}

.shop-notice-title span {
    line-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.shop-notice-con {
    position: absolute;
    top: 40px;
    left: 0;
    /* padding: 0px 10px; */
    height: 108px;
    width: 100%;
}

.shop-notice-con >li {
    /* padding-bottom: 5px; */
    width: 180px;
    height: 27px;
    line-height: 27px;
    color: #666;
    font-size: 14px;
    /* float: left; */
    /* padding: 12px; */
    /* word-wrap: break-word; */
}

.shop-notice-con >li .shop-notice-detail {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
}

.shop-notice-con >li p {
    line-height: 20px;
    text-indent: 32px;
}

.shop-notice-con >li a {
    /* line-height: 20px; */
    /* background-color: #fff; */
    /* position: relative; */
    /* display: none; */
}

.shop-notice-con >li span {
    margin-top: 6px;
    font-size: 14px;
    /* display: inline-block; */
    /* text-align: right; */
}
/* .shop-notice-con >li:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 2px;
    height: 2px;
    background-color: #666;
    vertical-align: middle;
} */

/* 用户登录 */
.layel2 {
    padding: 0 10px;
    margin-top: 20px;
    width: 100%;
}
.text_uspa {
    width: 200px;
    height: 36px;
    padding: 6px 7px;
    border:1px solid #ddd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/public/css/PIE.htc);
    margin-bottom: 12px;
    float: left;
    position: relative;
}

.judgp {
    width: 30px;
    height: 22px;
    border-right: 1px solid #ddd;
    background: url(../images/loginchat.png) no-repeat;
    float: left;
}
.judgp.uspa_user {
    background-position: 0 0;
}

.judgp.uspa_pwd {
    background-position: 3px -32px;
}

.check_cum {
    width: 107px;
}

.layel2 input, .text_cmu {
    width: 154px;
    height: 100%;
    color: #999;
    padding-left: 12px;
    /* float: left; */
}

/* 兼容IE8，input[tyoe=password]使用placeholder时 */
.layel2 input[type='text'] {
    box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.check_cum .text_cmu {
    width: 100%;
    padding-left: 0;
}

.check_cum_img {
    width: 85px;
    height: 36px;
    float: left;
    margin-left: 8px;
}

.login_bnt {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #31A0FF;
    float: left;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(../images/pie.htc);
    position: relative;
}

.login_bnt a {
    display: block;
    width: 100%;
    height: 100%;
}

.layel3 {
    padding: 21px 8px 0 0;
    text-align: right;
}

.layel3 .contactsty .register_c .justclix {
    display: inline-block;
}

.layel3 span, .layel2 input {
    font-size: 14px;
}

.layel3 .register_c > span {
    color: #999;
}

.layel3 .justclix span {
    color: #31A0FF;
}

.user-info-islogin {
    position: relative;
    padding: 20px 0 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #5CA1FF;
}

.user-info-islogin .username, .user-info-islogin .shop-info {
    text-align: center;
    color: #946661;
    font-size: 14px;
    padding-bottom: 10px;
}

.user-info-islogin a {
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #999;
    font-size: 14px;
}

/* 团购 */
.group-list {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    /* float: left; */
}

.group-goods-empty {
    width: 100%;
    padding: 0 8%;
    height: 100%;
    /* line-height: 530px; */
    /* text-align: center; */
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    background-color: #449A91;
    font-weight: bold;
}

.group-goods-empty p {
    padding-top: 40%;
}

.group-list-title {
    width: 100%;
    height: 50px;
    /* text-align: center; */
    position: relative;
    border-bottom: 2px solid #EBEBEB;
    background-color: #fff;
}

.group-list-title i {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 13px 11px 0 4px;
    background: url('../images/shop72-flash-sale-title.png') no-repeat;
}

.group-list-title span {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid #EB3740;
    color: #2C2C2A;
    font-weight: bold;
    font-size: 18px;
}
/* .group-list-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #292929;
    position: absolute;
    top: 29%;
    left: 0;
} */
.group-list-title .group-list-name {
    width: 200px;
    height: 92px;
    line-height: 92px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.group-list-title .group-end-time {
    height: 30px;
    line-height: 30px;
}

/* .group-list-title span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding-right: 11px;
} */

.group-list-container {
    width: 100%;
    height: 419px;
    /* margin-top: -6px; */
    /* border: 1px solid #59C1BB; */
    border-top: none;
    position: relative;
    overflow: hidden;
}

.group-list > ul {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}

.group-list > ul > li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    /* float: left; */
    border: 1px solid #eee;
    /* margin: 10px 0 0 0; */
}

/* .group-list > ul > li > .group-list-item {
    width: 612px;
    height: 318px;
    margin: 1px 1px 0 0;
    float: left;
    background-color: #fff;
}

.group-list > ul > li > .group-list-item:nth-child(even) {
    margin-right: 0;
    width: 611px;
} */

/* .group-list > ul > li:first-child {
    margin-top: 0;
} */

.group-list a {
    width: 100%;
    height: 208px;
    /* border: 1px solid #ddd; */
    position: relative;
    display: block;
    /* margin: 20px 0 20px 20px; */
    /* float: left; */
}

.group-list a .group-goods-pic {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 50%;
    /* margin-top: -110px; */
    margin-left: -94px;
}

.group-list .group-goods-con {
    width: 100%;
    height: 91px;
    position: relative;
    padding: 0 23px;
    /* float: left; */
}

.group-list .group-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    /* background-color: #F6F5F4; */
    overflow: hidden;
}

.group-list .group-btn {
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    background-color: #FFB400;
    display: block;
    color: #fff;
    position: relative;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    behavior: url(../images/pie.htc);
}

.group-list .group-goods-price {
    /* text-align: center; */
    margin: 10px 0 0;
}

.group-list .group-goods-price span {
    display: inline-block;
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    max-width: 50%;
}

.group-list .group-goods-price .group-market-price {
    color: #666;
    text-decoration:line-through;
    font-size: 16px;
    font-weight: 400;
    /* margin-left: 20px; */
}

.group-list .group-end-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    /* border-top: 1px solid #ddd; */
    font-size: 0;
    /* background-color: #F32D49; */
    /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

.group-list .group-end-time .group-end-time-title {
    /* display: block; */
    /* width: 98px;
    height: 340px; */
    line-height: 40px;
    font-size: 14px;
    /* padding-left: 16px; */
    /* background-color: #EB3740; */
    color: #fff;
    position: relative;
    /* margin-top: 10px; */
}

/* .group-list .group-end-time .group-end-time-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 10px solid #fff;
} */

.group-list .group-end-time .group-end-time-icon {
    width: 21px;
    height: 24px;
    display: inline-block;
    margin: 8px 14px 0 11px;
    background: url('../images/group-list-icon.png') no-repeat;
    vertical-align: top;
    position: relative;
}

.group-list .group-end-time .group-end-time-icon:after {
    content: '';
    position: absolute;
    right: -14px;
    top: -3px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.group-list .group-end-time .group-end-time-con {
    /* margin: 14px 0 0 17px; */
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.group-list .group-end-time .day, .group-list .group-end-time .hour, .group-list .group-end-time .minutes, .group-list .group-end-time .second {
    margin: 2px;
    /* padding: 0 8px; */
    color: #fff;
    /* display: inline-block; */
    /* height: 32px; */
    line-height: 40px;
    /* background-color: #22282E; */
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(../images/pie.htc); */
}

/* 新品 */
.new-goodslist {
    width: 100%;
    height: 340px;
    /* float: right; */
    /* margin-top: 10px; */
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.new-goodslist-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
}

.new-goodslist-title span {
    display: inline-block;
    height: 50px;
    font-size: 18px;
    color: #22282E;
    font-weight: bold;
    line-height: 50px;
    padding-right: 25px;
    border-bottom: 2px solid #EB3740;
}

.new-goodslist-wrap {
    width: 1204px;
    height: 320px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.new-goodslist-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-goodslist-con li {
    float: left;
    width: 240px;
    height: 100%;
    border-right: 1px solid #eee;
    /* border-top: none; */
    transition: all ease-out .3s;
}

/* .new-goodslist-con li:first-child {
    border-right: none;
} */

/* .new-goodslist-con .new-goods-item {
    width: 100%;
    height: 160px;
    background-color: #fff;
    margin-top: 10px;
} */

.new-goodslist-con .new-goods-item a {
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    /* float: left; */
}

.new-goodslist-con .new-goods-item a img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    transition: all ease-out .2s;
}

.new-goodslist-con .new-goods-item .new-goods-txt {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    /* float: left; */
}

.new-goodslist-con .new-goods-item .new-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.new-goodslist-con .new-goods-item .new-goods-price {
    margin-top: 15px;
    height: 26px;
    line-height: 26px;
    /* text-align: center; */
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.new-goodslist-con .new-goods-item .new-goods-price > span {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    /* max-width: 46%; */
}

/* .new-goodslist-con .new-goods-item:first-child {
    height: 310px;
    margin-top: 0;
}

.new-goodslist-con .new-goods-item:first-child a {
    float: none;
    width: 100%;
    height: 219px;
}

.new-goodslist-con .new-goods-item:first-child a img {
    width: 204px;
    height: 204px;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -102px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-txt {
    float: none;
    width: 100%;
    height: 91px;
    padding: 0 30px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-name {
    height: 40px;
    line-height: 20px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price {
    margin-top: 11px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price > span {
    max-width: 46%;
} */

/* .new-goodslist-con li:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */

/* 添加购物车 */
.addcart-btn {
    /* position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -60px; */
    width: 48px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #029A51;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0;
    transition: all ease-out .3s;
    cursor: pointer;
    float: right;
}

.addcart-btn i {
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    /* margin: 3px 0 0 12px; */
    background: url('../images/addcart.png') no-repeat;
}

.addcart-btn span {
    color: #449A91;
    font-size: 14px;
    line-height: 26px;
}

/* .new-goodslist-con li:hover .addcart-btn, .floor-goods-item:hover .addcart-btn {
    top: 0;
} */

/* 斜线 */
.oblique-line {
    display: inline-block;
    width: 18px;
    height: 30px;
    background-color: #292929;
    position: relative;
    vertical-align: top;
    margin: 31px 2px 0;
}

.oblique-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 18px solid transparent;
}

.oblique-line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 29px solid #fff;
    border-left: 17px solid transparent;
}

.flash-sale-title .oblique-line {
    background-color: #5759CC;
    margin: 30px 2px 0;
}

.flash-sale-title .oblique-line:before {
    border-top-color: #F2F2F6;
}

.flash-sale-title .oblique-line:after {
    border-bottom-color: #F2F2F6;
}

/* 圆形 */
.circle:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(/public/css/PIE.htc);
    background-color: #999;
    vertical-align: top;
    margin: 9px 10px 0;
}

/* 广告图 */
.adv {
    position: relative;
}

.adv .adv-left {
    width: 100%;
    height: 120px;
    display: block;
    margin: 30px 0 0 0;
    /* float: left; */
    position: relative;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* .adv .adv-left:first-child {
    margin-left: 0;
} */

.adv .adv-content {
    width: 540px;
    height: 260px;
    display: block;
    margin: 30px 0 0 10px;
    float: left;
    z-index: 2;
    position: relative;
}

.adv .adv-right {
    width: 264px;
    margin: 20px 0 0 0;
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* display: inline-block; */
}
.adv .adv-rightt {
    width: 264px;
    margin: 10px 0 0 0;
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* display: inline-block; */
}

/* 广告图动画 */
.adv-animate a{
    overflow: hidden;
}
.adv-animate a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    overflow: hidden;
}

.adv-animate a:hover:before {
    opacity: 1;
    left: 130%;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
}

/* 新品和推荐组合切换 */
.carefully-chosen {
    width: 100%;
    height: 449px;
    overflow: hidden;
    margin-top: 30px;
}

.carefully-chosen-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #232323;
}

.carefully-chosen-title span {
    line-height: 40px;
    font-size: 22px;
    color: #232323;
}

.carefully-chosen-con > ul {
    height: 68px;
}

.carefully-chosen-con > ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F2F2F2;
    color: #232323;
    float: left;
    margin: 10px 0 0 20px;
    position: relative;
    cursor: pointer;
}

.carefully-chosen-con > ul li:first-child {
    margin-left: 0;
}

.carefully-chosen-con > ul .carefully-chosen-active {
    background-color: #449A91;
    color: #fff;
}

.carefully-chosen-con > ul .carefully-chosen-active:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top: 9px solid #449A91;
}


/* 楼层描点 */
.draw-dot {
    width: 100%;
    min-width: 1224px;
    /* height: 72px; */
    /* background-color: #fff; */
    /* box-shadow:0px 1px 0px 0px #ddd;
    -o-box-shadow:0px 1px 0px 0px #ddd;
    -ms-box-shadow:0px 1px 0px 0px #ddd;
    -moz-box-shadow:0px 1px 0px 0px #ddd;
    -webkit-box-shadow:0px 1px 0px 0px #ddd; */
    overflow: hidden;
    /* text-align: center; */
}

.draw-dot li {
    /* display: inline-block; */
    float: left;
    /* padding: 4px 15px 4px 8px; */
    width: 240px;
    height: 86px;
    background-color: #fff;
    margin: 0 0 0 6px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.draw-dot li:first-child {
    margin-left: 0;
}

.draw-dot li span {
    font-size: 20px;
    color: #333;
    display: block;
    line-height: 50px;
}

.draw-dot li a {
    color: #666;
    font-size: 16px;
}

/* 商家入驻 */
.shopin {
    height: 100px;
    width: 200px;
    text-align: center;
    /* float: left; */
    /* position: absolute;
    bottom: -50px;
    left: 0; */
    background: url('../images/shopin.png') no-repeat;
    display: block;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

/* .shopin:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #ccc;
} */

/* .shopin i {
    width: 34px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 18px 0 0 15px;
    background: url('../images/shopin.png') no-repeat;
} */

.shopin span {
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* font-weight: bold; */
}

/* 楼层广告图 */
.floor-adv {
    float: right;
    margin-top: 10px;
    /* position: absolute;
    right: 0;
    height: 100%; */
}
.lcg{
    color:#ED2E2E;
	padding-left:25px;
	font-weight:normal;
	font-size:16px;
}
.lzz{
color: #ED2E2E;
width: 5px;
height: 24px;
margin-top: 10px;
}
.pz{
 padding-left:10px;
}
.yyzz{
    float:right;
	font-size:16px;
	line-height: 40px;
	font-weight:bold;
}

@media screen and (max-width: 1400px) {
    .floor-nav {
        position: fixed;
        left: 0;
        top: 50%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1224px) {
    /* .flash-sale {
        margin-left: 0;
        left: 0;
    } */
}
